github.com/andybalholm/brotli.transforms.prefix_suffix_map (field)

3 uses

	github.com/andybalholm/brotli (current package)
		transform.go#L35: 	prefix_suffix_map  []uint16
		transform.go#L55: 	return t.prefix_suffix[t.prefix_suffix_map[transformPrefixId(t, I)]:]
		transform.go#L59: 	return t.prefix_suffix[t.prefix_suffix_map[transformSuffixId(t, I)]:]